Recent searches

in

environment_variables[*]

On this page

A single environment variable as a key-value pair.

Appears in

└── build
    └── environment_variables
        └── [*]

Type

Object

Properties

keystring Required#

The name of the environment variable.

Appears in: environment_variables[*].

valuestring Required#

The value of the environment variable.

Appears in: environment_variables[*].

Open in a new tab